home *** CD-ROM | disk | FTP | other *** search
-
- The FUNCTION command enables the use of eighteen of the function keys
- that PC-DOS doesn't use. The important difference between this and other
- keyboard definers (such as ANSI.SYS, ProKey* or SuperKey**), is that this one
- only intercepts function keys during 'command line input' (DOS function
- 0xA). The result is that editors and other programs which look for function
- keys as single keystrokes don't get the new definition instead. This means
- that the keys will not be redefined for most word processors. Indeed, this
- was one of the primary design criteria! To invoke, type:
-
- FUNCTION
-
- The FUNCTION handler will identify itself and return to the command line
- prompt. The function keys now perform as follows:
-
-
- F7 Recalls the most recent 8 command lines (including any
- lines supplied by function keys) in reverse order. The most
- recent line is recalled first.
-
- F6
- F8 - F10
- ALT F1 - F10 These keys become user-definable, single keystroke
- commands. The definitions are assigned using
- the KEY utility:
-
- KEY fkey text
-
- In this command line, 'fkey' is '6', '8', '9', '0' or 'A1' - 'A0'
- depending on which function key is to be defined, and 'text' is any
- normally accepted command line (limit 128 characters). For example:
-
- KEY 0 DIR A:
-
- The directory for drive A would be displayed upon pressing F10.
-
- KEY <return> Displays the current settings of all function keys.
-
- Home Clear the screen and home the cursor.
- PgUp Sound the bell. (Useful for announcing program completion)
- PgDn Display the time.
- End Send form feed to LPT1:
-
- To install, rename the files FUNC????.COM and KEY????.COM which corresponds
- to your version of DOS to FUNCTION.COM and KEY.COM.
-
- FILES: FUNC11.COM FUNCTION for PC-DOS 1.1
- FUNC20.COM FUNCTION for PC-DOS 2.0
- FUNC21.COM FUNCTION for PC-DOS 2.1
- FUNC3.COM FUNCTION for PC-DOS 3.0
- FUNC31.COM FUNCTION for PC-DOS 3.1
- FUNC32.COM FUNCTION for PC-DOS 3.2
- FUNC33.COM FUNCTION for PC-DOS 3.3
- FUNCM202.COM FUNCTION for MS-DOS 2.02
- FUNCM211.COM FUNCTION for MS-DOS 2.11
- FUNCZ211.COM FUNCTION for MS-DOS 2.11 (Z100)
- FUNCM32.COM FUNCTION for MS-DOS 3.10
- FUNCM32.COM FUNCTION for MS-DOS 3.20
-
- KEY11.COM KEY for PC-DOS 1.1
- KEY20.COM KEY for PC-DOS 2.0
- KEY21.COM KEY for PC-DOS 2.1
- KEY3.COM KEY for PC-DOS 3.0
- KEY31.COM KEY for PC-DOS 3.1
- KEY32.COM KEY for PC-DOS 3.2
- KEY33.COM KEY for PC-DOS 3.3
- KEYM202.COM KEY for MS-DOS 2.02
- KEYM211.COM KEY for MS-DOS 2.11
- KEYZ211.COM KEY for MS-DOS 2.11 (Z100)
- KEYM32.COM KEY for MS-DOS 3.10
- KEYM32.COM KEY for MS-DOS 3.20
-
-
-
-
-
- To use FUNCTION with SIDEKICK:
-
- 1) FUNCTION must be loaded before SIDEKICK.
- 2) Make the following patch
-
- A>DEBUG KEY.COM
- -E 105 02 ;Use A2 or B2 if the INT 0 vector doesn't
- -W ; point to DOS
- Writing ???? bytes
- -Q
- A>
-
-
-
- These programs are provided at no charge to the user. Please feel free to
- share them with your friends. The essence of 'user-supported' software is
- to provide personal computer users with quality software without high
- prices (or ANY price if you choose). If you find this program useful, a
- contribution would be greatly appreciated. ($10 suggested)
-
- Jim Weisz
- Digital Mechanics, Inc.
- 5347 Arlington Dr. W.
- Hanover Park, IL 60103
-
-
-
-
- If you need a version to run on a different machine (MS-DOS only, please!),
- send me a diskette, a prepaid return mailer, and $10.00. The diskette should
- have the information on it.
-
- 1) Format the diskette using the /S option.
- 2) Use DEBUG to create an image of DOS while it's running as follows:
-
- A>DEBUG
- -RCX
- CX 0000
- :8000
- -N DOS.BIN
- -W 0:0
- Writing 8000 bytes
- -Q
-
- I'll get the disk with the new version back to you ASAP.
-
- * ProKey is a trademark of RoseSoft.
- ** SuperKey is a trademark of Borland International.